home *** CD-ROM | disk | FTP | other *** search
- Spreadsheet Function: COS()
- Synopsis:
-
- @COS(exp)
-
- Description:
-
- This function returns the cosine of the expression.
-
- Note: Trig functions are all specified in radians.
- If you need to convert between degrees and radians,
- the functions, @RAD and @DEG will help.
-
- Examples:
-
- @COS(0) would give 1.
- @COS(1) would give 0.5403023.
- *
- Using Functions
- Usefunc.help
- Maths Operators
- operators.help